home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 201-220 / scopedisk208 / gsx / read.me < prev    next >
Text File  |  1995-03-19  |  4KB  |  85 lines

  1.                         GSX Macro Controller
  2.                             version 1.0a
  3.                            July  25, 1991
  4.                              Skip Denny
  5.  
  6. For those of you who have been awaiting the first completely operative
  7. release of GSX, here it is.  The save and load features are now working
  8. (I think).  It will still require some touch-ups, but I figured as long
  9. as it will save and load the macros to disk, I should make it available.
  10. I still list future inhancements below, with those met via this release
  11. so indicated.
  12.  
  13. I should note that Radio Shack has a color 24-pin dot matrix printer that
  14. looks exactly like the Citizen printer, and is probably the exact same
  15. printer (for a lot more money).  Both are probably made by some un-named
  16. third party.  As such, this program should also control the Radio Shack
  17. printer too, but as I don't have a Radio Shack printer, I cannot test it.
  18.  
  19. This program is freely distributable, but not public domain.  That is, you
  20. can use it yourself, give it to a friend, even tinker with the binary code.
  21. But if you do tinker, DO NOT upload or distribute anything but this authorized
  22. code.  And this is not available (as yet) for commercial distribution, although
  23. if you sell Citizen printers to Amiga users, you are permitted to give, free
  24. of charge, a copy of this program with the printer.  But as Citizen has not
  25. supported this program, Citizen should likewise not be mentioned in association
  26. with the program.  (I do have the program available from Citizen for the IBM
  27. compatible computers, that supposably does what this program does.  Pathetic!)
  28.  
  29. Anyway, I really appreciate feedback, constructive critism, encouragement, etc.
  30. Postcards, E-Mail is fine.  Suggestions great, especially from Amiga C prgmrs.
  31.  
  32. I note that at last check there have been 64 downloads of the earlier version
  33. (file 11870, GSX001.LZH).  I have, to date, received only one E-mail response!
  34. Don't you like it?  Do you use it?  Is anyone listening???
  35.  
  36. Address:
  37.                 Skip Denny
  38.                 1851 Jadwin Ave. #405
  39.                 Richland, WA    99352
  40.  
  41.                 Genie: S.DENNY
  42.  
  43.  
  44.  
  45. Future Developements:
  46.  
  47.   1.)  The text gadgets work, but nothing is really done with them.  I'm
  48.        still learning text and integer gadgets.  You might as well ignore
  49.        them for now.  These are the Short Name, Long Name, margins, Variable
  50.        TOF, Page Center.
  51.  
  52. >>     The text gadgets now work.  Short names, Long names, margins, etc.
  53.        Please note that the Citizen macro codes only permit certain limits
  54.        to the margins, in particular, the right margin value can only be
  55.        between 3 and 80, calculated on a 10 cpi pitch.  If you set the pitch
  56.        at 12 cpi, it would make since that the right margin should be allowed
  57.        to reach 12 * 80 / 10 = 96.  I plan to add this at a later date, ie,
  58.        changing the pitch will change the RMargin correspondingly.  But when
  59.        transmitting to the printer, it will have to be scaled to 10 pitch.
  60.        Small change, but would be nice, rather than figuring it in your head.
  61.  
  62.   2.)  There is no Load, Save, Save As or About, even though they are menu
  63.        items.  These will come later.  Currently these only print to the
  64.        standard out (screen CLI) to let me know the menus do work.  I want
  65.        to incorporate someone else's file requester, rather than re-invent
  66.        the wheel.
  67.  
  68. >>     IMPLEMENTED!!  No printing to the CLI required.  This is still beta.
  69.  
  70.   3.)  WARNING!!!  As explained in the manual for the printer, if you set
  71.        the gadget for Citizen ESCape codes to OFF, the program will do this
  72.        but the next time the computer tries to send macro commands to the
  73.        printer, since the printer will not accept these special Citizen unique
  74.        commands, the program will be worthless.  You will have to manually
  75.        reset this setting on the printer via the printer's touchpad.  (YECH)
  76.        I plan to add a requester to warn the user when he/she tries to set
  77.        this gadget to OFF.
  78.  
  79.   4.)  Command line flags, etc.  I hope to add the ability to direct the
  80.        program to retrieve an existing macro/macroset from some directory,
  81.        probably within the S: directory, and sending this set to the printer
  82.        without even opening the screen, etc.  This way, via some ARexx command,
  83.        the user can send a macro/macroset to the printer straight from some
  84.        other program.  Other command line flags will also be considered.
  85.